3.4.76 \(\int \frac {x^2 (A+B x)}{(a+c x^2)^{5/2}} \, dx\)

Optimal. Leaf size=53 \[ -\frac {x^2 (a B-A c x)}{3 a c \left (a+c x^2\right )^{3/2}}-\frac {2 B}{3 c^2 \sqrt {a+c x^2}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 53, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {805, 261} \begin {gather*} -\frac {x^2 (a B-A c x)}{3 a c \left (a+c x^2\right )^{3/2}}-\frac {2 B}{3 c^2 \sqrt {a+c x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(x^2*(A + B*x))/(a + c*x^2)^(5/2),x]

[Out]

-(x^2*(a*B - A*c*x))/(3*a*c*(a + c*x^2)^(3/2)) - (2*B)/(3*c^2*Sqrt[a + c*x^2])

Rule 261

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a + b*x^n)^(p + 1)/(b*n*(p + 1)), x] /; FreeQ
[{a, b, m, n, p}, x] && EqQ[m, n - 1] && NeQ[p, -1]

Rule 805

Int[((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))*((a_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[((d + e*x)^m*
(a + c*x^2)^(p + 1)*(a*g - c*f*x))/(2*a*c*(p + 1)), x] - Dist[(m*(c*d*f + a*e*g))/(2*a*c*(p + 1)), Int[(d + e*
x)^(m - 1)*(a + c*x^2)^(p + 1), x], x] /; FreeQ[{a, c, d, e, f, g}, x] && NeQ[c*d^2 + a*e^2, 0] && EqQ[Simplif
y[m + 2*p + 3], 0] && LtQ[p, -1]

Rubi steps

\begin {align*} \int \frac {x^2 (A+B x)}{\left (a+c x^2\right )^{5/2}} \, dx &=-\frac {x^2 (a B-A c x)}{3 a c \left (a+c x^2\right )^{3/2}}+\frac {(2 B) \int \frac {x}{\left (a+c x^2\right )^{3/2}} \, dx}{3 c}\\ &=-\frac {x^2 (a B-A c x)}{3 a c \left (a+c x^2\right )^{3/2}}-\frac {2 B}{3 c^2 \sqrt {a+c x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 44, normalized size = 0.83 \begin {gather*} \frac {-2 a^2 B-3 a B c x^2+A c^2 x^3}{3 a c^2 \left (a+c x^2\right )^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(x^2*(A + B*x))/(a + c*x^2)^(5/2),x]

[Out]

(-2*a^2*B - 3*a*B*c*x^2 + A*c^2*x^3)/(3*a*c^2*(a + c*x^2)^(3/2))

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.45, size = 44, normalized size = 0.83 \begin {gather*} \frac {-2 a^2 B-3 a B c x^2+A c^2 x^3}{3 a c^2 \left (a+c x^2\right )^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(x^2*(A + B*x))/(a + c*x^2)^(5/2),x]

[Out]

(-2*a^2*B - 3*a*B*c*x^2 + A*c^2*x^3)/(3*a*c^2*(a + c*x^2)^(3/2))

________________________________________________________________________________________

fricas [A]  time = 0.43, size = 63, normalized size = 1.19 \begin {gather*} \frac {{\left (A c^{2} x^{3} - 3 \, B a c x^{2} - 2 \, B a^{2}\right )} \sqrt {c x^{2} + a}}{3 \, {\left (a c^{4} x^{4} + 2 \, a^{2} c^{3} x^{2} + a^{3} c^{2}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(B*x+A)/(c*x^2+a)^(5/2),x, algorithm="fricas")

[Out]

1/3*(A*c^2*x^3 - 3*B*a*c*x^2 - 2*B*a^2)*sqrt(c*x^2 + a)/(a*c^4*x^4 + 2*a^2*c^3*x^2 + a^3*c^2)

________________________________________________________________________________________

giac [A]  time = 0.20, size = 36, normalized size = 0.68 \begin {gather*} \frac {{\left (\frac {A x}{a} - \frac {3 \, B}{c}\right )} x^{2} - \frac {2 \, B a}{c^{2}}}{3 \, {\left (c x^{2} + a\right )}^{\frac {3}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(B*x+A)/(c*x^2+a)^(5/2),x, algorithm="giac")

[Out]

1/3*((A*x/a - 3*B/c)*x^2 - 2*B*a/c^2)/(c*x^2 + a)^(3/2)

________________________________________________________________________________________

maple [A]  time = 0.06, size = 41, normalized size = 0.77 \begin {gather*} \frac {A \,c^{2} x^{3}-3 B a c \,x^{2}-2 B \,a^{2}}{3 \left (c \,x^{2}+a \right )^{\frac {3}{2}} a \,c^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*(B*x+A)/(c*x^2+a)^(5/2),x)

[Out]

1/3*(A*c^2*x^3-3*B*a*c*x^2-2*B*a^2)/(c*x^2+a)^(3/2)/a/c^2

________________________________________________________________________________________

maxima [A]  time = 0.58, size = 70, normalized size = 1.32 \begin {gather*} -\frac {B x^{2}}{{\left (c x^{2} + a\right )}^{\frac {3}{2}} c} - \frac {A x}{3 \, {\left (c x^{2} + a\right )}^{\frac {3}{2}} c} + \frac {A x}{3 \, \sqrt {c x^{2} + a} a c} - \frac {2 \, B a}{3 \, {\left (c x^{2} + a\right )}^{\frac {3}{2}} c^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(B*x+A)/(c*x^2+a)^(5/2),x, algorithm="maxima")

[Out]

-B*x^2/((c*x^2 + a)^(3/2)*c) - 1/3*A*x/((c*x^2 + a)^(3/2)*c) + 1/3*A*x/(sqrt(c*x^2 + a)*a*c) - 2/3*B*a/((c*x^2
 + a)^(3/2)*c^2)

________________________________________________________________________________________

mupad [B]  time = 1.13, size = 51, normalized size = 0.96 \begin {gather*} \frac {B\,a^2-3\,B\,a\,\left (c\,x^2+a\right )+A\,c\,x\,\left (c\,x^2+a\right )-A\,a\,c\,x}{3\,a\,c^2\,{\left (c\,x^2+a\right )}^{3/2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^2*(A + B*x))/(a + c*x^2)^(5/2),x)

[Out]

(B*a^2 - 3*B*a*(a + c*x^2) + A*c*x*(a + c*x^2) - A*a*c*x)/(3*a*c^2*(a + c*x^2)^(3/2))

________________________________________________________________________________________

sympy [B]  time = 13.69, size = 141, normalized size = 2.66 \begin {gather*} \frac {A x^{3}}{3 a^{\frac {5}{2}} \sqrt {1 + \frac {c x^{2}}{a}} + 3 a^{\frac {3}{2}} c x^{2} \sqrt {1 + \frac {c x^{2}}{a}}} + B \left (\begin {cases} - \frac {2 a}{3 a c^{2} \sqrt {a + c x^{2}} + 3 c^{3} x^{2} \sqrt {a + c x^{2}}} - \frac {3 c x^{2}}{3 a c^{2} \sqrt {a + c x^{2}} + 3 c^{3} x^{2} \sqrt {a + c x^{2}}} & \text {for}\: c \neq 0 \\\frac {x^{4}}{4 a^{\frac {5}{2}}} & \text {otherwise} \end {cases}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2*(B*x+A)/(c*x**2+a)**(5/2),x)

[Out]

A*x**3/(3*a**(5/2)*sqrt(1 + c*x**2/a) + 3*a**(3/2)*c*x**2*sqrt(1 + c*x**2/a)) + B*Piecewise((-2*a/(3*a*c**2*sq
rt(a + c*x**2) + 3*c**3*x**2*sqrt(a + c*x**2)) - 3*c*x**2/(3*a*c**2*sqrt(a + c*x**2) + 3*c**3*x**2*sqrt(a + c*
x**2)), Ne(c, 0)), (x**4/(4*a**(5/2)), True))

________________________________________________________________________________________